home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_191 / PlaceObject2_206_111 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  248 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(this._parent.hero.hitTest(this) && this._currentFrame == 1 && _root.hero._y <= 228.45)
  3.    {
  4.       _root.score += 100;
  5.       fx1.start();
  6.       this.gotoAndStop(2);
  7.       this.partmovie.gotoAndPlay(2);
  8.    }
  9. }
  10.